Categorical schemes topic

For example, to create a categorical color scale using the Accent color scheme:

final color = ScaleOrdinal(range: schemeAccent);

Properties

schemeAccent List<String> Categorical schemes
An list of eight categorical colors represented as RGB hexadecimal strings.
final
schemeCategory10 List<String> Categorical schemes
An list of ten categorical colors represented as RGB hexadecimal strings.
final
schemeDark2 List<String> Categorical schemes
An list of eight categorical colors represented as RGB hexadecimal strings.
final
schemePaired List<String> Categorical schemes
An list of twelve categorical colors represented as RGB hexadecimal strings.
final
schemePastel1 List<String> Categorical schemes
An list of nine categorical colors represented as RGB hexadecimal strings.
final
schemePastel2 List<String> Categorical schemes
An list of eight categorical colors represented as RGB hexadecimal strings.
final
schemeSet1 List<String> Categorical schemes
An list of nine categorical colors represented as RGB hexadecimal strings.
final
schemeSet2 List<String> Categorical schemes
An list of eight categorical colors represented as RGB hexadecimal strings.
final
schemeSet3 List<String> Categorical schemes
An list of twelve categorical colors represented as RGB hexadecimal strings.
final
schemeTableau10 List<String> Categorical schemes
An list of ten categorical colors authored by Tableau as part of Tableau 10 represented as RGB hexadecimal strings.
final